func crypto/internal/fips140/aes.newBlock

2 uses

	crypto/internal/fips140/aes (current package)
		aes.go#L79: 	return newBlock(b, key), nil
		aes_asm.go#L59: func newBlock(c *Block, key []byte) *Block {